home *** CD-ROM | disk | FTP | other *** search
- ;This script makes the necessary changes to the system
- ;files to update from ipx.com and netx to the vlms.
- ;Create a fileset to run BEFORE this script. The fileset
- ;should contain all the vlms and other necessary files. The
- ;fileset should be created to include the path when it is
- ;decompressed so the correct directory structure is created
- ;on the PC. You should edit this script to reflect your
- ;specific environment.
- COPY [BOOT_ROOT] "AUTOEXEC.BAT" [BOOT_ROOT] "AUTOEXEC.OLD"
- ;This line copies the autoexec.bat to autoexec.old.
- SETSYSFILE [BOOT_ROOT] "AUTOEXEC.BAT"
- ADDLINE "@Call C:\NWCLIENT\STARTNET" "" BEFORE
- REPLACEKEY "CD\NET" "CD\NET" "CD\NWCLIENT"
- REPLACEKEY "IPX" "IPX" "REM IPX"
- REPLACEKEY "NETX" "NETX" "REM NETX"
- ;These lines rem out ipx and netx. If you are using
- ;ipxodi.com you will need to edit the script to fit your
- ;environment.
- ADDLINE "LSL" "" AFTER
- ADDLINE "NE2000.COM" "" AFTER
- ADDLINE "IPXODI" "" AFTER
- ADDLINE "VLM" "" AFTER
- ;These lines make the necessary changes to the autoexec.bat
- ;to use the vlms.
- COPY [BOOT_ROOT] "CONFIG.SYS" [BOOT_ROOT] "CONFIG.OLD"
- SETSYSFILE [BOOT_ROOT] "CONFIG.SYS"
- ADDLINE "LASTDRIVE=Z" "" AFTER
- ;These lines make the necessary changes to the config.sys to
- ;use the vlms.
- COPY [NETCFG] "NET.CFG" [NETCFG] "NET.OLD"
- SETSYSFILE [NETCFG] "NET.CFG"
- ADDLINE "NetWare DOS Requester" "" AFTER
- ADDLINE " FIRST NETWORK DRIVE = F" "" AFTER
- ADDLINE "F:" "" AFTER
- COPY [NETCFG] "NET.CFG" "C:\NWCLIENT" "NET.CFG"
- REBOOT